@charset "utf-8";
/*顶部轮播 新闻 小应用*/
.wrapper.head-information {
    margin-bottom: 20px;
}

.swiper-container.scroll1 .pagination span {
    opacity: 1;
    background-color: #fff;
    width: 32px;
    height: 8px;
    border-radius: 0;
    margin-left: 4px;
    margin-right: 3px;
}

.swiper-container.scroll1 .pagination span.swiper-active-switch {
    background-color: #f6594e;
}

.information {
    width: 380px;
    height: 363px;
    float: left;
    margin-left: 20px;
    border: 1px solid #e8e8e8;
    position: relative;
}

.information .news-more {
    font-size: 14px;
    line-height: 56px;
    height: 56px;
    position: absolute;
    right: 19px;
    top: 0px;
    color: #707070;
}

.news-tab {
    width: 100%;
    border-bottom: 3px solid #eaeaea;
    margin-bottom: 3px;
    height: 59px;
    position: relative;
    padding-left: 10px;
}

.news-tab li {
    float: left;
    list-style: none;
    font-size: 20px;
    text-align: center;
    width: 81px;
    height: auto;
    display: inline-block;
    color: #353535;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 56px;
    border-bottom-width: 3px;
}

.news-tab a {
    float: left;
    list-style: none;
    font-size: 20px;
    text-align: center;
    width: 81px;
    height: auto;
    display: inline-block;
    color: #353535;
    line-height: 56px;
}

.curBg {
    background: #f6594e;
    height: 3px;
    position: absolute;
    bottom: -3px;
    width: 68px;
    left: 0px;
    z-index: 0;
}

.news-tab li.on {
    width: 81px;
    transition: all .2s;
}

.news-option {
    display: none;
    width: 380px;
}

.news-option ul {
    margin-top: 22px;
}

.news-option ul.style2 li {
    background-image: url(/static/images/index/main-img.png);
    background-repeat: no-repeat;
    margin-left: 25px;
    margin-bottom: 16px;
    transition: all 0s;
    background-position: 0% 500px;
    padding-left: 0px;
    position: relative;
}

.news-option ul.style2 li:hover {
    background-image: url(/static/images/index/main-img.png);
    background-position: 0% 91px;
}

.style2 li .btntan {
    position: absolute;
    right: 10px;
    top: -3px;
    width: 48px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #f2994f;
    color: #f2994f;
    font-weight: normal;
    cursor: pointer;
}

.style2 li .btntan:hover {
    color: #fff;
    background-color: #f6594e;
    border-color: #f6594e;
}

.information .news-option ul.style2 li a {
    width: 370px;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    margin-right: 0px;
    overflow: hidden;
    color: #666;
}

.information .news-option ul.style2 li a:hover {
    color: #f6594e;
}

.information .news-option ul.style2 li a .bgc2 {
    font-size: 14px;
    line-height: 14px;
    color: #f2994f;
}

.information .news-option ul.style2 li a .bgc1 {
    font-size: 14px;
    line-height: 14px;
    color: #666;
}

.information .news-option ul.style2 li a:hover .bgc1 {
    color: #f6594e;
}

.news-option ul li {
    background-image: url(/static/images/index/main-img.png);
    background-repeat: no-repeat;
    padding-left: 10px;
    margin-left: 25px;
    margin-bottom: 16px;
    transition: all 0s;
}

.news-option ul li:hover {
    background-image: url(/static/images/index/main-img.png);
    background-position: 0% -14px;
}

.information .news-option li a {
    width: 370px;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    margin-right: 0px;
    overflow: hidden;
    color: #666;
}

.information .news-option li a:hover {
    color: #f6594e;
}

.applicationFields {
    width: 140px;
    position: absolute;
    right: 5px;
    top: 0px;
}

.applicationFields ul li {
    width: 140px;
    height: 52px;
    background-color: #999;
    border-bottom: 1px solid #fff;
}

.applicationFields ul li:hover {
    background-color: #f6594e;
}

.applicationFields ul li a {
    width: 140px;
    height: 52px;
    font-size: 14px;
    line-height: 52px;
    display: block;
    color: #fff;
    padding-left: 65px;
    background-image: url(/static/images/index/main-img.png);
    background-repeat: no-repeat;
}

.applicationFields ul li a.cost {
    background-position: 0% -29px;
}

.applicationFields ul li a.gpa {
    background-position: 0% -81px;
}

.applicationFields ul li a.calendar {
    background-position: 0% -133px;
}

.applicationFields ul li a.school {
    background-position: 0% -185px;
}

.applicationFields ul li a.conversion {
    background-position: 0% -237px;
}

.applicationFields ul li a.assessment {
    background-position: 0% -289px;
}

.applicationFields ul li a.evaluating {
    background-position: 0% -341px;
}

/*澳际品牌*/
.aj-brand {
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.aj-brand ul li {
    width: 120px;
    background-color: #f65a4e;
    height: 80px;
    float: left;
    position: relative;
}

.aj-brand ul li a {
    width: 119px;
    height: 80px;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.aj-brand ul li:last-child a {
    width: 120px;
}

.aj-brand ul li a:hover {
    -webkit-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    zoom: 1;
    background-color: #fff;
    color: #f2994f;
}

.aj-brand ul li a:hover span {
    color: #f2994f;
}

.aj-brand ul li i {
    height: 80px;
    background-color: #fff;
    width: 1px;
    float: right;
}

.aj-brand ul li:last-child i {
    display: none;
}

.aj-brand ul li a span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 18px;
    color: #fff;
}


.information-tab {
    width: 100%;
    border-bottom: 3px solid #eaeaea;
    margin-bottom: 3px;
    height: 35px;
    position: relative;
    padding-left: 250px;
}

.wrapper.aj-information .information-tab.tab {
    padding-left: 250px;
}

.information-tab li {
    float: left;
    list-style: none;
    font-size: 14px;
    text-align: center;
    height: auto;
    display: inline-block;
    color: #666;
    line-height: 32px;
    font-weight: bold;
}

.information-tab li a {
    list-style: none;
    font-size: 14px;
    text-align: center;
    height: auto;
    display: inline-block;
    color: #666;
    line-height: 32px;
    font-weight: bold;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.information-tab li.on a {
    transition: all .2s;
    color: #f6594e;
}

.information-option {
    display: none;
    width: 100%;
    margin-top: 26px;
}

.swiper-container.scroll2 {
    width: 380px;
    height: 214px;
    float: left;
    position: relative;
}

.swiper-container.scroll2 .pagination2 {
    bottom: 17px;
    position: absolute;
}

.swiper-container.scroll2 .pagination2 span {
    opacity: 1;
    background-color: #fff;
    width: 32px;
    height: 8px;
    border-radius: 0;
    margin-left: 4px;
    margin-right: 3px;
}

.swiper-container.scroll2 .pagination2 span.swiper-active-switch {
    background-color: #f6594e;
}

.aj-information .information-option .information-l {
    width: 380px;
    float: left;
}

.information-option .information-l .swiper-d {
    width: 380px;
    background-color: #f2994f;
    height: 84px;
    display: inline-block;
    padding-top: 3px;
    padding-left: 5px;
}

.swiper-d ul li {
    float: left;
    width: 90px;
    height: 37px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.swiper-d ul li a {
    width: 90px;
    height: 37px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 37px;
    border: 1px solid #fff;
    color: #fff;
}

.swiper-d ul li a:hover {
    border: 1px solid #f6594e;
    background-color: #f6594e;
    font-weight: bold;
}

.aj-information .information-option .information-r {
    float: right;
    width: 790px;
}

.information-r-tab {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.information-r-tab li {
    float: left;
    list-style: none;
    font-size: 14px;
    text-align: center;
    height: 30px;
    display: inline-block;
    color: #666;
    margin-right: 15px;
    margin-bottom: 10px;
    line-height: 30px;
    border-bottom-width: 3px;
    font-weight: bold;
    border-radius: 5px;
    background-color: #e8e8e8;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}

.information-r-tab li.on {
    transition: all .2s;
    background-color: #f6594e;
    color: #fff;
}
.information-r-tab li a{
    font-size: 14px;
    color: #666;
}
.information-r-tab li.on a{
    font-size: 14px;
    color: #fff;
}

.we1 {
    display: none;
    width: 100%;
    margin-top: 26px;
}

.we1 ul {
    float: left;
    margin-top: 0px;
}

.we1 ul:last-child {
    float: right;
}

.we1 ul li {
    margin-left: 3px;
    width: 383px;
    text-align: left;
}

.we1 ul li a {
    width: 370px;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    margin-right: 0px;
}

.we1 ul li a:hover {
    color: #f6594e;
}

/*专家排行*/
.wrap.grey {
    text-align: center;
}

.wrapper.expert-list {
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.wrap.grey .wrapper.expert-list .information-tab {
    margin-left: 5px;
    width: 1200px;
}

.wrap.grey .wrapper.expert-list h1 {
    left: 10px;
}

.line-red {
    width: 72px;
    height: 3px;
    background-color: #f6594e;
    position: absolute;
    left: 10px;
    top: 32px;
    z-index: 2;
}

.expert-list .swiper-container.scroll3 {
    width: 1210px;
    height: 361px;
    margin-top: 20px;
}

.expert-list .swiper-container.scroll3 .swiper-wrapper {
    padding-top: 1px;
}

.swiper-container.scroll3 .swiper-wrapper .swiper-slide {
}

.swiper-wrapper .swiper-slide ul {
    width: 1210px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}

.expert-list .swiper-container.scroll3 .pagination {
    bottom: 0px;
}

.expert-list .swiper-container.scroll3 .pagination span {
    opacity: 1;
    background-color: #eaeaea;
    width: 40px;
    height: 10px;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.expert-list .swiper-container.scroll3 .pagination span.swiper-active-switch {
    background-color: #f6594e;
}

.expert-list .swiper-slide ul li {
    width: 380px;
    height: 147px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    border: 1px solid #ededed;
    background-color: #fff;
}

.expert-list .swiper-slide ul li:hover {
    -webkit-box-shadow: 0px 0px 5px #D1D1D1;
    box-shadow: 0px 0px 5px #D1D1D1;
}

.expert-list .swiper-slide ul li .expert-r {
    float: left;
    width: 283px;
    padding-left: 21px;
    padding-top: 25px;
    text-align: left;
}

.expert-r .expert-con a {
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

li:hover .expert-r .expert-con a {
    color: #666;
}

.expert-list .swiper-slide li .expert-r > a {
    width: 48px;
    height: 26px;
    border: 1px solid #eaeaea;
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #f2994f;
    margin-right: 7px;
    border-radius: 5px;
    margin-top: 12px;
    cursor: pointer;
}

.expert-list .swiper-slide li .expert-r > a:hover {
    background-color: #f6594e;
    border: 1px solid #f6594e;
    color: #fff;
}

.expert-list .swiper-slide li .expert-r .expert-con {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin-top: 12px;
    margin-right: 13px;
    height: 36px;
}

.expert-list .swiper-slide li .expert-r .expert-title {
    color: #999;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    display: block;
}

.expert-r .expert-title a {
    color: #999;
    font-size: 16px;
}

.expert-r .expert-title span {
    color: #666666;
    font-size: 16px;
    float: left;
    padding-right: 7px;
    margin-right: 5px;
    background-image: url(/static/images/index/bgclocr.png);
    background-position: right -2px;
    background-repeat: no-repeat;
}

li:hover .expert-r .expert-title span {
    color: #f6594e;
    font-size: 16px;
    float: left;
    padding-right: 7px;
    margin-right: 5px;
    background-image: url(/static/images/index/bgclocr.png);
    background-position: right -2px;
    background-repeat: no-repeat;
}
.expert-r .expert-title label {
    color: #666666;
    font-size: 16px;
    float: left;
    padding-right: 7px;
    margin-right: 5px;
    background-position: right -2px;
    background-repeat: no-repeat;
}

li:hover .expert-r .expert-title label {
    color: #f6594e;
    font-size: 16px;
    float: left;
    padding-right: 7px;
    margin-right: 5px;
    background-position: right -2px;
    background-repeat: no-repeat;
}

.expert-r .expert-title i {
    width: 2px;
    height: 16px;
    background-color: #999999;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    line-height: 16px;
    margin-top: 0px;
}

.expert-list .swiper-slide ul li img {
    width: 80px;
    height: 80px;
    margin-top: 18px;
    margin-left: 15px;
    border-radius: 80px;
    float: left;
}

.expert-list .swiper-slide ul .sidebar {
    margin-right: 0px;
}

/*院校推荐*/
.wrapper.recommend-school {
    margin-bottom: 10px;
    padding-bottom: 60px;
}

.information-option.school ul li {
    width: 380px;
    height: 137px;
    border: 1px solid #ededed;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    background-color: #fff;
}
.schoolInfoBtn {
    width: 180px;
    height: 30px;
    line-height: 30px;
    background: #F7594E;
    font-size: 16px;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
    margin: 0 auto;
    margin-left: -90px;
    cursor: pointer;
    box-shadow: 0px 2px 6px 0px rgba(108, 108, 108, 100);
}
.schoolInfoImg {
    /*width: 541px;*/
    /*height: 372px;*/
    position: fixed;
    top: 55%;
    left: 50%;
    margin: -250px 0 0 -260px;
    display: none;
    z-index: 99;
}
.schoolInfo_close {
    width: 50px;
    line-height: 20px;
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=0);
    cursor: pointer;
    top: 0px;
    right: 0px;
    height: 50px;
    background-image: url(/static/images/pc-focus-close.png);
}
.schoolInfoShow {
    display: block;
}
ul li .school-faqs {
    float: left;
    padding-left: 15px;
    padding-top: 3px;
    width: 100%;
    height: 75px;
    text-align: left;
}

li .school-faqs a {
    display: block;
    margin-top: 14px;
    font-size: 14px;
}

li .school-faqs a.faqs1:before {
    content: "问：";
}

li .school-faqs a.faqs2:before {
    content: "答：";
}

li .school-faqs .faqs1 {
    color: #666;
}

li .school-faqs:hover .faqs1 {
    color: #f6594e;
}

li .school-faqs .faqs2 {
    color: #999;
    font-size: 12px;
}

ul li .school-list {
    width: 378px;
    float: left;
    margin-top: 14px;
}

li .school-list a {
    width: 50%;
    float: left;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #f8f8f8;
    color: #f2994f;
    font-size: 14px;
    border-left: 1px none #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    cursor: pointer;
}

li .school-list a:last-child {
    border-right-style: none;
}

li .school-list a:hover {
    background-color: #f6594e;
    color: #fff;
    border-left: 1px none #f6594e;
    border-right: 1px solid #f6594e;
    border-bottom: 1px solid #f6594e;
    border-top: 1px solid #f6594e;
}

li .school-list a:last-child:hover {
    border-right-style: none;
}

ul li .school-title {
    float: left;
    margin-left: 12px;
    margin-top: 19px;
    font-size: 14px;
    color: #666;
    width: 268px;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

ul li:hover .school-title {
    color: #f6594e;
}

ul li .school-title-e {
    float: left;
    margin-left: 12px;
    margin-top: 8px;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    width: 268px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
ul li .school-nav {
    float: left;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    color: #656666;
    line-height: 17px;
    margin-left: 12px;
    margin-top: 13px;
}
ul li .school-nav div {
    margin-right: 17px;
}

.information-option.school ul li:hover {
    -webkit-box-shadow: 0px 0px 5px #D1D1D1;
    box-shadow: 0px 0px 5px #D1D1D1;
}

.information-option.school ul .sidebar {
    margin-right: 0px;
}

.information-option.school ul li img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-left: 11px;
    float: left;
    border: 1px solid #ededed;
}

/*成功案例*/
.wrapper.successful-case {
    margin-bottom: 10px;
}

.information-option.case ul li {
    width: 380px;
    height: 160px;
    border: 1px solid #ededed;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    background-color: #fff;
}

ul li .case-b {
    width: 100%;
    border-top: 1px solid #eaeaea;
    margin-top: 12px;
    float: left;
    text-align: left;
    position: relative;
    padding-right: 9px;
}

li .case-b .btn {
    float: right;
    width: 48px;
    border-radius: 5px;
    height: 26px;
    border: 1px solid #eaeaea;
    margin-right: 11px;
    margin-top: 12px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}

li .case-b .btn:hover {
    background-color: #f6594e;
    border: 1px solid #f6594e;
    color: #fff;
}

li .case-b a {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    color: #f2994f;
}

.information-option.case ul li .case-b a img {
    margin-top: 7px;
    margin-left: 17px;
    width: 36px;
    height: 36px;
    float: left;
    text-align: left;
    border-style: none;
    border-radius: 36px;
    margin-right: 13px;
}

.information-option.case ul li:hover {
    -webkit-box-shadow: 0px 0px 5px #D1D1D1;
    box-shadow: 0px 0px 5px #D1D1D1;
}

ul li .case-title {
    float: left;
    margin-left: 19px;
    margin-top: 19px;
    font-size: 14px;
    color: #666;
    width: 255px;
    height: 16px;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
}

ul li:hover .case-title {
    color: #f6594e;
}

ul li .case-school {
    float: left;
    margin-left: 19px;
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    width: 255px;
    text-align: left;
}

ul li .case-profession {
    float: left;
    margin-left: 19px;
    margin-top: 8px;
    font-size: 14px;
    color: #999;
    line-height: 16px;
    width: 255px;
    text-align: left;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.information-option.case ul .sidebar {
    margin-right: 0px;
}

.information-option.case ul li img {
    width: 80px;
    height: 80px;
    margin-top: 15px;
    float: right;
    border: 1px solid #ededed;
    margin-right: 20px;
}

/*背景提升*/
.wrapper.promote {
    margin-bottom: 16px;
}

.promote .information-option .information-r {
    float: right;
    width: 790px;
}

.wrapper.promote .information-option.promote .information-r.we1 {
    display: block;
    margin-top: 0px;
}

.swiper-container.scroll4 {
    width: 380px;
    height: 214px;
    float: left;
    position: relative;
}

.swiper-container.scroll4 .pagination2 {
    bottom: 17px;
    position: absolute;
}

.swiper-container.scroll4 .pagination2 span {
    opacity: 1;
    background-color: #fff;
    width: 32px;
    height: 8px;
    border-radius: 0;
    margin-left: 4px;
    margin-right: 3px;
}

.swiper-container.scroll4 .pagination2 span.swiper-active-switch {
    background-color: #f6594e;
}


/*弹窗*/
.popup {
    width: 540px;
    height: 320px;
    position: fixed;
    z-index: 9999;
    left: 44%;
    top: 44%;
    margin-left: -180px;
    border-radius: 5px;
    margin-top: -150px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
    display: none;
    line-height: 1;
    background: url('/pop/imgPreview/27');
}

select::-ms-expand {
    display: none;
}

#bounced #close {
    width: 50px;
    line-height: 20px;
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=0);
    cursor: pointer;
    top: 0px;
    right: 0px;
    height: 50px;
    background-image: url(/static/images/pc-focus-close.png);
}

.popup .f.fac.fv .form-box {
    font-size: 14px;
    line-height: 40px;
    color: #313131;
    margin-top: 34px;
}

.f.fac.fv .form-box span {
    font-size: 30px;
    color: #f33d4a;
    vertical-align: bottom;
    margin-right: 8px;
    line-height: 27px;
}

.popup pre {
    color: #767676;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    margin-top: 28px;
}

.popup .bg-top {
    width: 100%;
    height: 18px;
    background-color: #1894f3;
    margin-bottom: 30px;
}

.popup .f.fac.fv input {
    font-size: 20px;
    width: 249px;
    height: 40px;
    background-color: #1894f3;
    border-radius: 17px;
    cursor: pointer;
    color: #fff;
    margin-top: 34px;
}

.f.fac.fv .form-box input {
    width: 331px;
    border-radius: 4px;
    height: 40px;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    padding-left: 10px;
    color: #313131;
    background-color: #FFF;
    cursor: auto;
    margin-top: 0px;
}

/*分公司*/
.wrapper.branch-information h1 {
    width: 180px;
    height: 60px;
    color: #fff;
    background-color: #f39a50;
    position: relative;
    text-align: center;
    line-height: 60px;
    left: 0px;
    top: 0px;
    font-size: 24px;
    float: left;
}
.wrapper.branch-information h1 a{
    font-size: 24px;
    color: #fff;
}

.wrapper.branch-information {
    margin-bottom: 20px;
}

.wrapper.branch-information .line-box {
    float: left;
    border-left: 1px none #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    width: 1020px;
    padding-left: 32px;
    height: 60px;
    padding-top: 17px;
    cursor: pointer;
}

.wrapper.branch-information .line-box .branch-telephone {
    font-size: 16px;
    color: #666;
    float: left;
    line-height: 26px;
}

.line-box .branch-telephone span {
    color: #f6594e;
    font-weight: bold;
    font-size: 16px;
}

.wrapper.branch-information .line-box i {
    width: 1px;
    height: 26px;
    background-color: #e8e8e8;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
}

.wrapper.branch-information .line-box .branch-add {
    font-size: 16px;
    color: #666;
    float: left;
    line-height: 26px;
}

.wrapper.head-information.branch .information {
    height: 276px;
}

.wrapper.head-information.branch .information-focus {
    border: 1px solid #e8e8e8;
    float: left;
    width: 380px;
    margin-left: 20px;
    margin-bottom: 20px;
    height: 67px;
    background-color: #f8f8f8;
    display: table;
}

.wrapper.head-information.branch .information-focus h2 {
    float: left;
    width: 44px;
    height: 39px;
    font-size: 14px;
    color: #f6594e;
    font-weight: bold;
    margin-top: 13px;
    margin-left: 17px;
    line-height: 20px;
    padding-right: 14px;
    border-right: 1px solid #f6594e;
}

.wrapper.head-information.branch .information-focus a {
    font-size: 14px;
    color: #666;
    width: 319px;
    margin-left: 0px;
    padding-left: 10px;
    line-height: 24px;
    vertical-align: middle;
    display: table-cell;
    padding-right: 10px;
}

.wrapper.head-information.branch .information-focus a:hover {
    color: #f6594e
}

.wrapper.head-information.branch .applicationFields {
    right: 5px;
}

.wrapper.expert-list.branch .information-tab {
    width: 1200px;
    margin-left: 5px;
}

.wrapper.expert-list.branch h1 {
    margin-left: 5px;
}

/*国家页*/
.wrapper.branch-information.country h1 {
    background-color: #f6594e;
}

.wrapper.branch-information.country .line-box {
    cursor: default;
    padding-top: 22px;
    display: table;
    padding-left: 27px;
}

.wrapper.branch-information.country .line-box a {
    padding-right: 10px;
    background-image: url(/static/images/index/bgclocr-1px.gif);
    background-repeat: repeat-y;
    background-position: right center;
    color: #666;
    font-size: 16px;
    padding-left: 8px;
}

.wrapper.branch-information.country .line-box a.end {
    background-image: url(/static/images/index/main-img.png);
}

.wrapper.head-information.branch.country .information {
    height: 363px;
}

.country-advantage {
    width: 380px;
    height: 158px;
    float: left;
    margin-left: 20px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px none #e8e8e8;
    position: relative;
    background-color: #f8f8f8;
}

.country-advantage > ul {
    width: 100%;
    margin-bottom: 3px;
    height: 29px;
    position: relative;
    background-color: #e8e8e8;
}

.country-advantage > ul li {
    float: left;
    list-style: none;
    width: 50%;
    display: inline-block;
}

.country-advantage > ul li a {
    transition: all .2s;
    color: #f6594e;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #666;
    line-height: 29px;
    font-weight: bold;
}

.country-advantage > ul li.on a {
    transition: all .2s;
    background-color: #f8f8f8;
    color: #f6594e;
}

.country-advantage .country-option {
    display: none;
    width: 380px;
}

.country-option ul li {
    font-size: 14px;
    line-height: 30px;
    margin-left: 25px;
}

body.country .news-more {
    color: #707070;
}

.country .information-option.school ul li {
    height: 136px;
}

.wrap .country .information-option.school ul li {
    /*height: 213px;*/
}

.wrap.grey .wrapper.expert-list.branch.country h1, .country .wrapper.successful-case.country .line-red, .wrap.grey .wrapper.recommend-school.country .line-red, .wrapper.aj-information.country .line-red, .country .wrapper.recommend-school.country .line-red {
    left: 5px;
}

.wrapper.recommend-school.country .information-tab.school li, .wrapper.successful-case.country .information-tab.case li, .wrapper.aj-information.country .information-tab.tab li {
    display: none;
}

.wrapper.branch-information.country .line-box a:hover {
    color: #f6594e;
}

.information-option.tab .information-r .information-r-option.colhd11.news-option.we1 {
    margin-top: 9px;
}

.information-option.tab .information-r .information-r-option.colhd11.news-option.we2 {
    margin-top: 20px;
}
.information-option.tab .information-r .information-r-option.colhd11.news-option.we3 {
    margin-top: 10px;
}
.scroll2 .swiper-wrapper .swiper-slide img {
    width: 380px;
    height: 214px;
}

.scroll4 .swiper-wrapper .swiper-slide img {
    width: 380px;
    height: 214px;
}

.expert.padding-l {
    padding-left: 500px !important;
}

.pandding-absolute {
    position: absolute;
    left: 875px;
    top: 9px;
    font-weight: bold;
    z-index: 20;
}

.pandding-absolute:hover {
    color: #ED574A;
}

.case.padding-l {
    padding-left: 190px !important;
}
.swiper-container.scroll1 { width: 531px; height: 270px; float: left; margin-bottom: 5px; }
.scroll1 .swiper-wrapper .swiper-slide img { width: 531px; height: 270px; }
.swiper-container.scroll1 .pagination { bottom: 10px; }

.btn-banner { width: 531px; overflow: hidden; margin-top: 4px; }
.btn-banner a { width: 173px; height: 42px; font-size: 14px; color: #fff; float: left; background-position: center top; background-repeat: no-repeat; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 64px; margin-bottom: 4px; margin-right: 0.85%; padding-top: 14px; }
.btn-banner .calculation { background-image: url(/static/images/index/btn-banner1.png);  background-size: cover;}
.btn-banner .cost { background-image: url(/static/images/index/btn-banner2.png);  background-size: cover;}
.btn-banner .choice { background-image: url(/static/images/index/btn-banner3.png); float: right; margin-right: 0px; background-size: cover;}
.btn-banner .assessment { background-image: url(/static/images/index/btn-banner4.png);  background-size: cover;}
.btn-banner .conversion { background-image: url(/static/images/index/btn-banner5.png);   background-size: cover;}
.btn-banner .evaluation { background-image: url(/static/images/index/btn-banner6.png); margin-right: 0px; float: right;   background-size: cover;}

.btn-banner .calculation:hover { background-image: url(/static/images/index/hoverbtn-banner1.png);  background-size: cover;}
.btn-banner .cost:hover { background-image: url(/static/images/index/hoverbtn-banner2.png);  background-size: cover;}
.btn-banner .choice:hover { background-image: url(/static/images/index/hoverbtn-banner3.png); float: right; margin-right: 0px; background-size: cover;}
.btn-banner .assessment:hover { background-image: url(/static/images/index/hoverbtn-banner4.png);  background-size: cover;}
.btn-banner .conversion:hover { background-image: url(/static/images/index/hoverbtn-banner5.png);   background-size: cover;}
.btn-banner .evaluation:hover { background-image: url(/static/images/index/hoverbtn-banner6.png); margin-right: 0px; float: right;   background-size: cover;}

.style-banner { float: left; width: 531px; }
.wrapper.head-information .information.search-hot { width: 249px; background-image: url(/static/images/index/search-hot1.png); background-repeat: no-repeat; background-position: 17px 81px; }
.search-hot h2 { width: 100%; border-bottom: 3px solid #eaeaea; margin-bottom: 3px; height: 59px; position: relative; padding-left: 19px; list-style: none; font-size: 20px; height: auto; color: #353535; line-height: 56px; }
.search-hot ul li a { width: 198px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; margin-bottom: 14px; }
.search-hot ul li a:hover { color: #f6594e; }
.search-hot .news-more { padding-left: 20px; background-image: url(/static/images/index/sh-ico.png); background-repeat: no-repeat; background-position: 0% center; }
.search-hot ul { margin-left: 38px; margin-top: 23px; }
.search-hot .hotHide { display: none; }

.wrapper.head-information .information.search-hot1 {
    width: 249px;
    height: 363px!important;
    background-image: url(/static/images/index/search-hot1.png);
    background-repeat: no-repeat;
    background-position: 17px 81px;
    position: absolute;
    right: 5px;
    top: 0;
}
.search-hot1 h2 { width: 100%; border-bottom: 3px solid #eaeaea; margin-bottom: 3px; height: 59px; position: relative; padding-left: 19px; list-style: none; font-size: 20px; height: auto; color: #353535; line-height: 56px; }
.search-hot1 ul li a { width: 198px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; margin-bottom: 14px; }
.search-hot1 ul li a:hover { color: #f6594e; }
.search-hot1 .news-more { padding-left: 20px; background-image: url(/static/images/index/sh-ico.png); background-repeat: no-repeat; background-position: 0% center; }
.search-hot1 ul { margin-left: 38px; margin-top: 23px; }
.search-hot1 .hotHide { display: none; }